Carbon


SGDisplayCompressBottleProcPtr

Header: QuickTimeComponents.h Carbon status: Supported

typedef ComponentResult(* SGDisplayCompressBottleProcPtr) (
    SGChannel c, 
    Ptr dataPtr, 
    ImageDescriptionHandle desc, 
    MatrixRecord *mp, 
     clipRgn, 
    SInt32 refCon
);

You would declare your function like this if you were to name it MySGDisplayCompressBottleCallback:

ComponentResult MySGDisplayCompressBottleCallback (
    SGChannel c, 
    Ptr dataPtr, 
    ImageDescriptionHandle desc, 
    MatrixRecord *mp, 
     clipRgn, 
    SInt32 refCon
);
c
dataPtr
desc
mp
clipRgn
refCon

AVAILABILITY

Supported in Carbon.


© 2000 Apple Computer, Inc. — (Last Updated 5/10/2000)